Skip to content

Replace apscheduler with celery beat #6651

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

smithellis
Copy link
Contributor

Add celery-beat to docker-compose
Add schedules via celery_schedules.py
Add/update required settings
Add tasks to tasks.py
Add django-celery-beat to pyproject.toml

@smithellis smithellis force-pushed the replace-apscheduler-with-celery-beat branch 3 times, most recently from 6988f3a to b6821ab Compare May 9, 2025 14:56
@smithellis smithellis force-pushed the replace-apscheduler-with-celery-beat branch from b6821ab to e6464ef Compare May 9, 2025 15:30
pyproject.toml Outdated
@@ -15,7 +15,7 @@ license = "BSD 3-Clause"

[tool.poetry.dependencies]
python = "^3.11"
APScheduler = "^3.10.4"
django-celery-beat = "^2.5.0"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah - this lets us schedule tasks in admin. We don't need this unless we want to do that; either way I'll drop it from this PR, as it should be its own PR if we decide to use it.

@smithellis smithellis force-pushed the replace-apscheduler-with-celery-beat branch from f89bb8b to c872289 Compare May 21, 2025 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants